Skip to content

Update dependency org.springframework.boot:spring-boot-starter-parent to v4.1.0#419

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-boot
Open

Update dependency org.springframework.boot:spring-boot-starter-parent to v4.1.0#419
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/spring-boot

Conversation

@renovate

@renovate renovate Bot commented Jun 20, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
org.springframework.boot:spring-boot-starter-parent (source) 4.0.24.1.0 age confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v4.1.0

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

🐞 Bug Fixes

  • Default security is misconfigured when spring-boot-actuator-autoconfigure is present and spring-boot-health is not #​50188
  • Elasticsearch Rest5Client auto-configuration misconfigures underlying HTTP client #​50187
  • ApplicationPidFileWriter does not handle symlinks correctly #​50185
  • RandomValuePropertySource is not suitable for secrets #​50183
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #​50180
  • ApplicationTemp does not handle symlinks correctly #​50178
  • Remote DevTools performs comparison incorrectly #​50176
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #​50174
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #​50077
  • Classic starters are missing several modules #​50071
  • Module spring-boot-resttestclient is missing from spring-boot-starter-test-classic #​50069
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #​50064
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #​50039
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #​50017
  • Imports on a containing test class are ignored when a nested class has imports #​50012
  • With spring.jackson.use-jackson2-defaults set to true, FAIL_ON_UNKNOWN_PROPERTIES is enabled #​49951
  • 500 response from env endpoint when supplied pattern is invalid #​49946
  • Reactive MongoDB starter has a transitive dependency on the synchronous MongoDB driver #​49945
  • HTTP method is lost when configuring excludes in EndpointRequest #​49943
  • Honor HttpMethod for reactive additional endpoint paths #​49880
  • Docker Compose support doesn't work with apache/artemis image #​49869
  • Docker Compose support doesn't work with apache/activemq image #​49866
  • Spring Security's PathPatternRequestMatcher.Builder is not auto-configured when using WebMvcTest and spring-boot-security-test #​49854
  • API versioning path strategy should be applied path last as it is not meant to yield #​49800

📔 Documentation

  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #​50146
  • HTTP Service Interface Clients still document that API versioning can be configured via properties #​50126
  • Link to the observability section of the Lettuce documentation is broken #​50097
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #​50085
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #​50024
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #​50019
  • Link to the Kubernetes documentation when discussing startup probes #​50015
  • Typo in JdbcSessionAutoConfiguration Javadoc #​49873
  • Clarify that configuration property default values are not available through the Environment #​49851
  • Document the need for Liquibase and Flyway starters #​49839
  • Kafka documentation refers to deprecated JSON serializer and deserializer classes #​49826

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GollapudiSrikanth, @​MohammedGhallab, @​bachhs, @​dlwldnjs1009, @​edwardsre, @​kodama-kcc, @​kwondh5217, @​ppapaj, @​quaff, @​refeccd, @​scordio, and @​xxxxxxjun

v4.0.5

Compare Source

🐞 Bug Fixes

  • Test starter for Spring Integration does not include Spring Integration test module #​49784
  • Some sliced tests that import TransactionAutoConfiguration do not import TransactionManagerCustomizationAutoConfiguration #​49782
  • WebSocket messaging's task executors are only auto-configured and stompWebSocketHandlerMapping is only forced to be eager when using Jackson #​49753
  • WebSocket app fails to start when Jackson is on the classpath but there's no JsonMapper bean #​49749
  • Metadata annotation processor ignores method-level @NestedConfigurationProperty when using constructor binding #​49738
  • Override of property in external 'application.properties' or 'application.yaml' is ignored #​49731
  • NativeImageResourceProvider does not find Flyway migration scripts in subdirectories #​49706
  • Add @ConditionalOnWebApplication to NettyReactiveWebServerAutoConfiguration #​49695
  • @GraphQlTest does not include @ControllerAdvice #​49672

📔 Documentation

  • Fix incorrect indefinite articles in Javadoc #​49727
  • Add some more Kotlin examples and trivial style fixes #​49714
  • Overhaul Spring Session documentation following modularization #​49704

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Joowon-Seo, @​deejay1, @​dlwldnjs1009, @​kwondh5217, @​ljrmorgan, and @​quaff

v4.0.4

Compare Source

⚠️ Attention Required

  • OpenTelemetry's ZipkinSpanExporter has been deprecated and its support will be removed in Spring Boot 4.2. #​49453
  • Jackson 2 has been upgraded to 2.21.1 in response to the Jackson team ending support for Jackson 2.20.x. #​49389
  • Jackson has been upgraded to 3.1.0 in response to the Jackson team ending support for Jackson 3.0.x. #​49383
  • The default value for server.tomcat.max-part-count has been increased from 10 to 50. This aligns it with Tomcat's own default and the default in Spring Boot 3.x. #​49311

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #​49649
  • "/cloudfoundryapplication" web path is not limited to Actuator #​49646
  • Fix EndpointRequest.toLinks() when base-path is '/' #​49617
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #​49596
  • RSocket exposes duplicate endpoint for websocket setups #​49593
  • Failure analysis for a missing mail sender is misleading #​49582
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #​49535
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #​49482
  • "spring.main.cloud-platform=none" does not disable cloud features #​49479
  • SSL support with Docker Compose does not work as documented #​49385
  • Auto-configuration overrides authorization server configuration applied by Customizer beans #​49367
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #​49344
  • NoSuchMethodException when forcing the use of Log4J2LoggingSystem using org.springframework.boot.logging.LoggingSystem system property #​49343
  • RouterFunctions descriptions in Actuator do not support nesting #​49302
  • Maven plugin does not set '-parameters' option when processing AOT code #​49295
  • HTTP Service Interface Client doesn't work in a native image due to missing property binding #​49274
  • ErrorPageRegistrarBeanPostProcessor is not auto-configured in war deployments and the ErrorPageCustomizer is not applied #​49176
  • Missing starter for spring-boot-restdocs #​48289

📔 Documentation

  • Document support for Java 26 #​49604
  • List all supported colors when describing color-coded log output #​49562
  • Improve EndpointRequest matcher documentation #​49520
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #​49514
  • Document security considerations for forwarded headers in cloud deployments #​49507
  • Tutorial in the reference guide has outdated instructions #​49429
  • Document additional repositories required for shibboleth.net #​49392
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #​49387
  • Example spring-devtools.properties file is shown in the wrong format #​49362
  • Clarify inferred relationships between OAuth 2 registrations and providers #​49327
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #​49321
  • Remove superfluous semi-colon from read timeout configuration example for HTTP service interface clients #​49306
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #​49298
  • JDK requirement for the CLI still refers to Java 8 #​49293
  • Java and Kotlin samples of an environment post processor are inconsistent #​49287

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​FBibonne, @​answndud, @​bbbbooo, @​chandanv89, @​giyeon95, @​itsmevichu, @​jayychoi, @​l2yujw, @​ngocnhan-tran1996, @​qnnn, @​quaff, and @​sbrannen

v4.0.3

Compare Source

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #​49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #​49223
  • ClassNotFoundException when using Actuator without spring-boot-health #​49196
  • Using the OTel and Zipkin starters together creates invalid configuration #​49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #​49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #​49015
  • server.jetty.threads.max is ignored when using virtual threads #​48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #​48981
  • Docker credential helpers with file extensions cannot be executed on Windows #​48979
  • Java version requirement check for native image is confusing if AOT didn't run #​48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #​48948

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #​49212
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #​49109
  • Document naming convention for custom test-scoped starters #​49017
  • Delay removal of Jackson 2 support until 4.3 at the earliest #​49010
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #​49003
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #​48977
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #​48946

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GaetanoCerciello, @​dsyer, @​linkian209, @​nosan, @​quaff, @​scordio, and @​srt


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from rieckpil as a code owner June 20, 2024 12:08
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.1 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.2 Jul 18, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 188f955 to 77345fd Compare July 18, 2024 19:54
@renovate renovate Bot force-pushed the renovate/spring-boot branch 2 times, most recently from f611685 to 40b295e Compare August 12, 2024 06:41
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 40b295e to 79c654b Compare August 22, 2024 18:51
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.2 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.3 Aug 22, 2024
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.3 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.4 Sep 19, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 79c654b to e7ccc64 Compare September 19, 2024 13:38
@renovate renovate Bot force-pushed the renovate/spring-boot branch from e7ccc64 to 0fe134a Compare October 2, 2024 12:34
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.4 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 Oct 24, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 0fe134a to b2e3c4e Compare October 24, 2024 17:31
@renovate renovate Bot force-pushed the renovate/spring-boot branch 2 times, most recently from 885dc34 to 8c50edb Compare November 21, 2024 23:12
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.5 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 Nov 21, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 8c50edb to 71a2a75 Compare December 19, 2024 16:27
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 Dec 19, 2024
@renovate renovate Bot force-pushed the renovate/spring-boot branch 13 times, most recently from 048ac6a to 9b6c32b Compare January 15, 2025 10:08
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.3 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.4 Mar 21, 2025
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/spring-boot branch from 018de00 to 4349086 Compare April 24, 2025 20:24
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.4 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.5 Apr 24, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 4349086 to 5a24605 Compare May 2, 2025 12:38
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 5a24605 to 56756cb Compare May 22, 2025 17:42
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.5 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.6 May 22, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 56756cb to d2a5870 Compare May 22, 2025 23:16
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.6 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 May 22, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch 3 times, most recently from 47e058f to 15fb531 Compare June 6, 2025 05:50
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 15fb531 to 488b1ff Compare June 17, 2025 05:16
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 - autoclosed Jun 17, 2025
@renovate renovate Bot closed this Jun 17, 2025
@renovate renovate Bot deleted the renovate/spring-boot branch June 17, 2025 05:18
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 - autoclosed Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 Jun 19, 2025
@renovate renovate Bot reopened this Jun 19, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 24ac675 to 488b1ff Compare June 19, 2025 17:07
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.0 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.1 Jun 19, 2025
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.1 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.2 Jun 19, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 488b1ff to 958a381 Compare June 19, 2025 22:55
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.2 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.3 Jun 20, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 958a381 to 1dc477b Compare June 20, 2025 11:26
@sonarqubecloud

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/spring-boot branch from 1dc477b to 275ce6b Compare July 24, 2025 06:58
@renovate renovate Bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.3 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.4 Jul 24, 2025
@renovate renovate Bot force-pushed the renovate/spring-boot branch from 275ce6b to d32f84c Compare July 24, 2025 14:41
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants